vim autodetects wayland if it's installed, but there's no dependency on
it which results in:
Package vim-full is missing dependencies for the following libraries:
libwayland-client.so.0
Fixes: 4406b79 ("vim: bump to 9.1.1918")
Signed-off-by: George Sapkin <[email protected]>
PKG_NAME:=vim
PKG_VERSION:=9.1.1918
PKG_XXD_VERSION:=2025.08.24
-PKG_RELEASE:=1
+PKG_RELEASE:=2
VIMVER:=91
PKG_SOURCE_PROTO:=git
--disable-libsodium \
--disable-selinux \
--with-tlib=ncurses \
- --with-compiledby="non-existent-hostname-compiled"
+ --with-compiledby="non-existent-hostname-compiled" \
+ --with-wayland=no
CONFIGURE_VARS += \
ac_cv_header_elf_h=no \